home *** CD-ROM | disk | FTP | other *** search
- Path: crl.crl.com!not-for-mail
- From: bobfry@crl.com (Robert Fry)
- Newsgroups: comp.lang.c
- Subject: Re: how do i...
- Date: 8 Jan 1996 08:59:21 -0800
- Organization: CRL Dialup Internet Access
- Message-ID: <4crih9$5g@crl.crl.com>
- References: <4cl4ja$558@news-e2a.gnn.com>
- NNTP-Posting-Host: crl.com
-
- MrBurns@gnn.com (Kevin Kalstein) writes:
-
- >... basically
- >what im looking for is a command that will let me do the dos
- >equivalent of "dir *.adr".
-
- First off, C doesn't know anything about the directory structure of your
- hard disk or of file names. However, your operating system does, and the
- kind folks on comp.os.msdos.programmer could no doubt help you find what
- you`re looking for, assuming you can't find documentation for a function
- whose name is something like dos_findfirst(). Under MicroSoft's C, it
- will do what you want.
-